export interface IIconProps {
    color?: string;
    size?: string | number | string | undefined;
    reverse?: boolean;
}
export declare const PrevDocIcon: (props: IIconProps) => import("react/jsx-runtime").JSX.Element;
export declare const NextDocIcon: (props: IIconProps) => import("react/jsx-runtime").JSX.Element;
export declare const LoadingIcon: (props: IIconProps) => import("react/jsx-runtime").JSX.Element;
