import '@oicl/openbridge-webcomponents/dist/automation/filter/filter.js'; import { FilterAlternativeIcon } from '@oicl/openbridge-webcomponents/dist/automation/filter/filter.js'; import { SquaredVariant } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js'; import { AutomationButtonReadoutPosition, AutomationButtonPositioning, AutomationButtonDirection } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js'; import { 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 { alternativeIcon?: FilterAlternativeIcon; on?: boolean; variant?: SquaredVariant; showReadoutStack?: boolean; hasIdTag?: boolean; readoutPosition?: AutomationButtonReadoutPosition; readoutSize?: AutomationButtonReadoutStackSize; positioning?: AutomationButtonPositioning; alert?: boolean; alertFrameType?: ObcAlertFrameType; alertFrameThickness?: ObcAlertFrameThickness; alertFrameStatus?: ObcAlertFrameStatus; showAlertCategoryIcon?: boolean; showAlertIcon?: boolean; progress?: boolean; progressMode?: CircularProgressMode; progressValue?: number; tag?: string; direction?: AutomationButtonDirection; badgeAuto?: boolean; badgeCommandLocked?: boolean; badgeDuty?: boolean; badgeAlertOff?: boolean; } export type { FilterAlternativeIcon } from '@oicl/openbridge-webcomponents/dist/automation/filter/filter.js'; export type { SquaredVariant } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js'; export type { AutomationButtonReadoutPosition, AutomationButtonPositioning, AutomationButtonDirection } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js'; export type { 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;