export declare const CButton: import("vue").DefineComponent boolean; }; /** * Toggle the disabled state for the component. */ disabled: BooleanConstructor; /** * The href attribute specifies the URL of the page the link goes to. */ href: StringConstructor; /** * Select the shape of the component. * * @values 'rounded', 'rounded-top', 'rounded-end', 'rounded-bottom', 'rounded-start', 'rounded-circle', 'rounded-pill', 'rounded-0', 'rounded-1', 'rounded-2', 'rounded-3' */ shape: { type: StringConstructor; validator: (value: string) => boolean; }; /** * Size the component small or large. * * @values 'sm', 'lg' */ size: { type: StringConstructor; validator: (value: string) => boolean; }; /** * Specifies the type of button. Always specify the type attribute for the `