/// export type * from './@compound'; export type * from '../@compound'; export type * from './DefaultModal'; import { DefaultModal as DefaultModalBase } from './DefaultModal'; export declare const DefaultModal: typeof DefaultModalBase & { Panel: import("react").ForwardRefExoticComponent, HTMLElement>, "ref">, "children">, "floating"> & Omit<{ floating?: "left" | "right" | undefined; }, "floating"> & Required> & { children?: import("react").ReactNode; } & import("react").RefAttributes>; Content: import("react").ForwardRefExoticComponent, HTMLElement>, "ref">, "children">, "children" | "asChild"> & { asChild?: boolean | undefined; } & { children?: import("react").ReactNode; } & import("react").RefAttributes>; Header: import("react").ForwardRefExoticComponent, HTMLElement>, "ref">, "children">, "title" | "separator" | "leftSlot" | "rightSlot" | "toolBox"> & { separator?: boolean | undefined; } & { title: import("react").ReactNode; leftSlot?: import("react").ReactNode; rightSlot?: import("react").ReactNode; toolBox?: import("react").ReactNode; } & import("react").RefAttributes>; Body: import("react").ForwardRefExoticComponent, HTMLDivElement>, "ref">, "children">, "children" | "asChild"> & { asChild?: boolean | undefined; } & { children?: import("react").ReactNode; } & import("react").RefAttributes>; Footer: import("react").ForwardRefExoticComponent, HTMLElement>, "ref">, "children">, keyof import("../@compound").ModalFooterOwnProps> & import("../@compound").ModalFooterOwnProps & import("react").RefAttributes>; }; //# sourceMappingURL=index.d.ts.map