import { type IconProps } from '../Icon'; export type LabelInfoProps = { title: string; id?: string; } & Omit; export declare const LabelInfo: ({ title, id, ...props }: LabelInfoProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=LabelInfo.d.ts.map