import { TYPE } from '@formatjs/icu-messageformat-parser'; import type { IconProps } from '@tabler/icons-react'; export interface VariableIconProps extends Omit { type: TYPE; } export declare function VariableIcon({ type, ...props }: VariableIconProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=VariableIcon.d.ts.map