export declare const iconOptions: readonly ["ArrowRight"]; export type IconOptions = (typeof iconOptions)[number]; export declare const ArrowRight: ({ width, height }: { width: any; height: any; }) => any;