/// import { IconLabelComponent } from './types'; declare function IconLabel(props: IconLabelComponent.Props): import("react").JSX.Element; export { IconLabel };