import { AlertInterface } from './alert.types'; export declare function alertTheme(props: AlertInterface): any; export declare function alertAppearanceTheme(props: AlertInterface): any;