import { FunctionComponent } from 'react' import { ControlledProps } from './gizwits-type' export interface BooleanItemProps extends ControlledProps { icon?: string title: string subTitle: string } declare const BooleanItem: FunctionComponent export { BooleanItem }