import type { TIconOrientation } from '../icon/types'; export declare type TIcon = { orientation?: TIconOrientation; };