import type { Generic } from 'adopted-style-sheets';
export type AlertPropType = boolean;
export type PropAlert = {
    alert: AlertPropType;
};
export declare const validateAlert: (component: Generic.Element.Component, value?: AlertPropType) => void;
