import { Colors } from '../constants'; type AlertColors = Extract; type AlertTypes = 'expanded' | 'inline'; interface Props { color?: AlertColors; content?: string; icon?: string; isClosable?: boolean; primaryActionLabel?: string; secondaryActionLabel?: string; title?: string; type?: AlertTypes; } declare var __VLS_1: {}, __VLS_8: {}, __VLS_10: {}, __VLS_12: {}, __VLS_22: {}; type __VLS_Slots = {} & { icon?: (props: typeof __VLS_1) => any; } & { title?: (props: typeof __VLS_8) => any; } & { default?: (props: typeof __VLS_10) => any; } & { 'primary-action'?: (props: typeof __VLS_12) => any; } & { 'secondary-action'?: (props: typeof __VLS_22) => any; }; declare const __VLS_base: import('vue').DefineComponent any; primaryActionClick: () => any; secondaryActionClick: () => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onOnClose?: (() => any) | undefined; onPrimaryActionClick?: (() => any) | undefined; onSecondaryActionClick?: (() => any) | undefined; }>, { title: string; type: AlertTypes; color: AlertColors; content: string; icon: string; isClosable: boolean; primaryActionLabel: string; secondaryActionLabel: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=CpAlert.vue.d.ts.map