import { type ReactNode } from "react"; interface IKdaDialogSectionsProps { header: ReactNode; content: ReactNode; footer: ReactNode; } /** * @internal */ export declare function KdaDialogSections({ footer, content, header }: IKdaDialogSectionsProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=KdaDialogSections.d.ts.map