import { PadBaseButtonComponent } from "./base-button.component"; import * as i0 from "@angular/core"; export type PadButtonStyle = "outline" | "basic" | "default"; export type PadButtonSize = "sm" | "md" | "lg" | "xl" | "2xl"; export type PadButtonColor = "primary" | "gray" | "error" | "warning" | "success"; export declare class PadButtonComponent extends PadBaseButtonComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }