declare const Icons: {
    checkboxChecked: any;
    checkboxUnchecked: any;
    open: any;
    close: any;
};
export default Icons;
