import { ExtractPropTypes } from 'vue'; import type Switch from './switch.vue'; export declare const switchProps: { readonly checkedLabel: import("ll-plus/es/utils").EpPropFinalized; readonly checkedIcon: import("ll-plus/es/utils").EpPropFinalized; readonly unCheckedLabel: import("ll-plus/es/utils").EpPropFinalized; readonly unCheckedIcon: import("ll-plus/es/utils").EpPropFinalized; }; export type SwitchProps = ExtractPropTypes; export type SwitchInstance = InstanceType;