import type { IconProps } from "./types"; export declare const BoldIcon: (props: IconProps) => JSX.Element;