export interface AlertTextProps { headline?: HTMLElement | null; text?: HTMLElement | null; actions?: HTMLElement | null; isThemeDark?: boolean; } export declare const CreateAlertText: (props: Pick) => import('../../../../builder/dist/index.d.ts').ElementModel; //# sourceMappingURL=text.d.ts.map