import React from 'react'; import PropTypes from 'prop-types'; export declare const Label: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const EmptyLabel: import("styled-components").StyledComponent<"div", any, {}, never>; declare const TooltipLabel: { ({ items, maxItems, defaultMessage }: { items: any; maxItems: any; defaultMessage: any; }): React.JSX.Element | null; propTypes: { items: PropTypes.Requireable<(PropTypes.InferProps<{ title: PropTypes.Requireable; icon: PropTypes.Requireable; }> | null | undefined)[]>; defaultMessage: PropTypes.Requireable; }; defaultProps: { items: never[]; defaultMessage: null; }; }; export default TooltipLabel; //# sourceMappingURL=TooltipLabel.d.ts.map