import { Gemstone } from '@gpa-gemstone/application-typings';
export default function CheckBox<T>(props: Gemstone.TSX.Interfaces.IBaseFormProps<T>): JSX.Element;
