///
import { VPanelProps } from '@epam/uui-core';
interface PanelMods {
shadow?: boolean;
margin?: '24';
background?: 'surface-main';
}
/** Represents the properties of the Panel component. */
export type PanelProps = VPanelProps & PanelMods;
export declare const Panel: import("react").ComponentType> & import("@epam/uui-core").IHasForwardedRef & import("@epam/uui-core").IAnalyticableClick & {
style?: import("react").CSSProperties;
} & PanelMods & import("react").RefAttributes>;
export {};
//# sourceMappingURL=Panel.d.ts.map