import { ReactNode } from 'react';
export declare const PillManagerRowLabel: import('react').ForwardRefExoticComponent<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
export declare const PillManagerColumnsLabel: import('react').ForwardRefExoticComponent<Omit<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & {
    labelText?: string;
    icon?: ReactNode;
}, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
export declare const PillManagerAggLabel: import('react').ForwardRefExoticComponent<Omit<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & {
    labelText?: string;
    icon?: ReactNode;
}, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
export declare const PillManagerMeasureLabel: import('react').ForwardRefExoticComponent<Omit<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & {
    labelText?: string;
    icon?: ReactNode;
}, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
export declare const PillManagerColumnPivotsLabel: import('react').ForwardRefExoticComponent<Omit<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & {
    labelText?: string;
    icon?: ReactNode;
}, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
export declare const PillManagerRowGroupsLabel: import('react').ForwardRefExoticComponent<Omit<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & {
    labelText?: string;
    icon?: ReactNode;
}, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
