import * as React from 'react';
import { type SpinnerProps } from '../Spinner/Spinner';
export interface PanelSpinnerProps extends SpinnerProps {
    /**
     * Высота компонента.
     */
    height?: number;
}
/**
 * @see https://vkui.io/components/panel#panel-spinner
 */
export declare const PanelSpinner: React.MemoExoticComponent<({ height, style, ...restProps }: PanelSpinnerProps) => import("react/jsx-runtime").JSX.Element>;
//# sourceMappingURL=PanelSpinner.d.ts.map