interface IconProps {
    width?: number;
    height?: number;
}
export declare const NextIcon: ({ width, height }: IconProps) => JSX.Element;
export declare const ForwardIcon: ({ width, height }: IconProps) => JSX.Element;
export {};
