import { Theme } from 'src/theme/muiTheme'; import { InfoLabelVariant } from './InfoLabel.types'; declare type GetInfoLabelColorParams = { theme: Theme; }; export declare const getInfoLabelColorMapping: ({ theme, }: GetInfoLabelColorParams) => Record; export {};