import { AlertTextProps } from './elements/text'; export interface AlertSiteProps extends AlertTextProps { daysToHide?: string; } export declare const createCompositeAlertSite: (props: AlertSiteProps) => import('../../../builder/dist/index.d.ts').ElementModel; //# sourceMappingURL=site.d.ts.map