/// export declare namespace IconLabelComponent { type Props = IconLabelTypes & { children?: React.ReactNode; }; type IconLabelTypes = { icon?: any; label?: string; }; }