import { AlertTextProps } from './elements/text'; export interface AlertPageProps extends AlertTextProps { isThemeLight?: boolean; isShowIcon?: boolean; } export declare const createCompositeAlertPage: (props: AlertPageProps) => import('../../../builder/dist/index.d.ts').ElementModel; //# sourceMappingURL=page.d.ts.map