import type { TIconOrientation } from './types'; export type { TIconOrientation } from './types'; export declare type TIcon = { d: string; size?: number; orientation?: TIconOrientation; }; export declare const Icon: import("refun").TComponent;