/// <reference types="react" />
import { ICON_SIZES } from "./consts";
import type { GetSize, FactoryProps } from "./types";
export declare const getSize: GetSize;
declare const OrbitIcon: {
    (props: FactoryProps): JSX.Element;
    defaultProps: {
        size: ICON_SIZES;
    };
};
export default OrbitIcon;
