import { type ReactNode } from "react"; interface IKdaFooterProps { content?: ReactNode; onClose?: () => void; } export declare function KdaFooter({ content, onClose }: IKdaFooterProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=KdaFooter.d.ts.map