export declare function TableSwitch(props: { error: Error | undefined; internalValue?: boolean; focused: boolean; disabled: boolean; updateValue: (newValue: (boolean | null)) => void; }): import("@emotion/react/jsx-runtime").JSX.Element;