import type { ButtonSize } from '@vuecs/button'; /** * Shared default size for buttons rendered by kit components. * * Every kit component that renders a `` exposes a `size` prop * defaulting to this constant, so sibling components render at the same * height by default. Change this single value to re-scale every kit button. */ export declare const DEFAULT_BUTTON_SIZE: ButtonSize; //# sourceMappingURL=constants.d.ts.map