import type { DialogApiProps } from "./dialog.types.js"; export declare const dialogProps: (keyof DialogApiProps)[]; export declare const splitDialogProps: (props: Props) => [DialogApiProps, Omit]; //# sourceMappingURL=dialog.props.d.ts.map