export type PanelProps = { spacing?: "medium" | "small"; noShadow?: boolean; asChild?: boolean; } & React.HTMLAttributes; export declare const Panel: import("react").ForwardRefExoticComponent<{ spacing?: "medium" | "small"; noShadow?: boolean; asChild?: boolean; } & import("react").HTMLAttributes & import("react").RefAttributes>; export declare const PanelDivider: import("react").ForwardRefExoticComponent<{ asChild?: boolean; } & import("react").HTMLAttributes & import("react").RefAttributes>; export declare const PanelHeader: import("react").ForwardRefExoticComponent<{ asChild?: boolean; } & import("react").HTMLAttributes & import("react").RefAttributes>; export declare const PanelSection: import("react").ForwardRefExoticComponent<{ asChild?: boolean; } & import("react").HTMLAttributes & import("react").RefAttributes>; export declare const PanelHeadline: import("react").ForwardRefExoticComponent<{ asChild?: boolean; } & import("react").HTMLAttributes & import("react").RefAttributes>; export declare const PanelFooter: import("react").ForwardRefExoticComponent<{ asChild?: boolean; } & import("react").HTMLAttributes & import("react").RefAttributes>;