import { Slots } from '@vue/runtime-core'; import { Size } from './PButton.types'; export declare const getSize: (size: Size) => "h-4" | "h-5" | "h-6" | "h-7"; export declare const getCharSize: (slots: Slots, icon: boolean) => 4 | 2 | 1; //# sourceMappingURL=PButton.utils.d.ts.map