import React from "react"; export declare function VirtualTableSwitch(props: { error?: Error; internalValue?: boolean; focused: boolean; disabled: boolean; updateValue: (newValue: (boolean | null)) => void; }): React.JSX.Element;