import '@oicl/openbridge-webcomponents/dist/components/toggle-switch/toggle-switch.js'; export interface Props { label?: string; checked?: boolean; disabled?: boolean; hasDescription?: boolean; description?: string; hasBottomDivider?: boolean; hasIcon?: boolean; externalControl?: boolean; } declare const _default: import("vue").DefineComponent) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onInput?: ((payload: CustomEvent) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;