declare const _sfc_main: import("vue").DefineComponent<{ ariaLabel: { type: StringConstructor; required: false; default: string; }; disabled: { type: null; required: false; default: boolean; }; white: { type: null; required: false; default: boolean; }; type: { type: null; required: false; default: string; }; }, { props: any; emit: (e: 'click', value: MouseEvent) => void; disabledBoolean: Readonly>; whiteBoolean: Readonly>; computedClasses: import("vue").ComputedRef<{ 'btn-close-white': boolean; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { onClick?: ((...args: any[]) => any) | undefined; }, { type: any; ariaLabel: string; disabled: any; white: any; }>; export default _sfc_main;