import '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js'; import { AutomationButtonVariant, AutomationButtonState, AutomationButtonReadoutPosition, AutomationButtonDirection, AutomationButtonPositioning } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js'; import { AutomationButtonReadoutStack, AutomationButtonReadoutStackTag, AutomationButtonReadoutStackSize } from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js'; import { ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameStatus } from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js'; import { CircularProgressMode } from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js'; export interface Props { variant?: AutomationButtonVariant; state?: AutomationButtonState; static?: boolean; showReadoutStack?: boolean; readouts?: AutomationButtonReadoutStack[]; tag?: AutomationButtonReadoutStackTag | null; hasIdTag?: boolean; readoutPosition?: AutomationButtonReadoutPosition; readoutSize?: AutomationButtonReadoutStackSize; alert?: boolean; alertFrameType?: ObcAlertFrameType; alertFrameThickness?: ObcAlertFrameThickness; alertFrameStatus?: ObcAlertFrameStatus; showAlertCategoryIcon?: boolean; showAlertIcon?: boolean; progress?: boolean; progressMode?: CircularProgressMode; progressValue?: number; direction?: AutomationButtonDirection; positioning?: AutomationButtonPositioning; hasBadgeSpacer?: boolean; } export type { AutomationButtonVariant, AutomationButtonState, AutomationButtonReadoutPosition, AutomationButtonDirection, AutomationButtonPositioning } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js'; export type { AutomationButtonReadoutStack, AutomationButtonReadoutStackTag, AutomationButtonReadoutStackSize } from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js'; export type { ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameStatus } from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js'; export type { CircularProgressMode } from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;