import { MaskIconName24, Size } from '../../types'; /** * Ghost button */ declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { size: Size; icon: MaskIconName24; justifyCenter: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { btnRef: HTMLButtonElement; }, HTMLButtonElement>, { default?(_: {}): any; icon?(_: {}): any; append?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=PlBtnGhost.vue.d.ts.map