import React from 'react'; import type { RootProps } from '../../engines'; import type { PanelProps } from './Panel.types'; export declare const panelRoot: (Root: RootProps) => React.ForwardRefExoticComponent>; export declare const panelConfig: { name: string; tag: string; layout: (Root: RootProps) => React.ForwardRefExoticComponent>; base: string; variations: { view: { css: import("styled-components").FlattenSimpleInterpolation; }; size: { css: import("styled-components").FlattenSimpleInterpolation; }; borderRadius: { css: import("styled-components").FlattenSimpleInterpolation; }; }; defaults: { view: string; size: string; borderRadius: string; }; }; //# sourceMappingURL=Panel.d.ts.map