export interface SkyConfirmButtonConfig { action: string; text: string; styleType?: string; autofocus?: boolean; }