/// import * as uui from '@epam/uui'; import { VPanelProps } from '@epam/uui-core'; export interface PanelMods { shadow?: boolean; margin?: '24'; background?: 'white' | 'gray90' | uui.PanelProps['background']; } export interface PanelProps extends VPanelProps, PanelMods { } export declare const Panel: import("react").ComponentType>; //# sourceMappingURL=Panel.d.ts.map