import '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js'; import { ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameStatus, AlertFrameTextSize } from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js'; export interface Props { type?: ObcAlertFrameType; thickness?: ObcAlertFrameThickness; status?: ObcAlertFrameStatus; sharpEdgeTopLeft?: boolean; sharpEdgeTopRight?: boolean; sharpEdgeBottomLeft?: boolean; sharpEdgeBottomRight?: boolean; textSize?: AlertFrameTextSize; showIcon?: boolean; showAlertCategoryIcon?: boolean; } export type { ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameStatus, AlertFrameTextSize } from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;