import { SwitcherContentProps } from './interface'; type __VLS_Props = Omit; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { submit: (result: any) => any; "toggle-visible": () => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onSubmit?: (result: any) => any; "onToggle-visible"?: () => any; }>, { sheetType: "pivot" | "table"; contentTitleText: string; resetText: string; allowExchangeHeader: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;