import * as React from 'react';
import { IBaseCollectionFieldProps } from '../IBaseCollectionFIeldsProps';
export interface ICollectionCheckboxFieldProps extends IBaseCollectionFieldProps {
}
export declare const CollectionCheckboxField: React.FunctionComponent<ICollectionCheckboxFieldProps>;
//# sourceMappingURL=CollectionCheckboxField.d.ts.map