import React from 'react';
export declare const DROPDOWN_LIST: {
    _id: string;
    label: string;
}[];
export declare const CHECKBOX_LIST: {
    id: number;
    title: string;
    isCheckbox: boolean;
}[];
export declare const checkboxList: () => React.ReactElement;
export declare const MainList: () => React.JSX.Element;
