import React from 'react'; export declare const doesTableHeaderExist: ({ editor }: { editor: any; }) => boolean; export declare const getTableHeadLocation: (editor: any) => false | any[]; export default function HeaderToggleSwitch(): React.JSX.Element;