import type { MainThread } from "@lynx-js/types"; import type { ImageProps } from "@lynx-js/types/element"; export interface IconProps extends Omit { size?: number; color?: string; className?: string; } /** * @alias ballot,bar chart,barchart,chart,data,graph,poll,statistics,vote,데이터,막대 그래프,바차트,차트,통계,투표 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;