import { ReactNode } from 'react';
import { ColumnIconConfigs } from '../CardContainerLogic';
type LabelMaybeWithIconProps = {
    children: ReactNode;
    value: string;
    iconConfig: ColumnIconConfigs['columns'][string] | undefined;
};
export declare function LabelMaybeWithIcon({ children, value, iconConfig, }: LabelMaybeWithIconProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=LabelMaybeWithIcon.d.ts.map