export type tcItem = {
    iconFileHandleId: string;
    label: string;
    description: string;
};
export type TermsAndConditionsItemProps = {
    id: number;
    enabled: boolean;
    checked: boolean;
    item: tcItem;
    termsAndConditionsTableID: string;
    onChange: (id: number) => void;
};
declare function TermsAndConditionsItem(props: TermsAndConditionsItemProps): import("react/jsx-runtime").JSX.Element;
export declare function LoadingItem(props: {
    numLoadingItems: number;
}): import("react/jsx-runtime").JSX.Element;
export default TermsAndConditionsItem;
//# sourceMappingURL=TermsAndConditionsItem.d.ts.map