import React, { FunctionComponent } from 'react';
import { IconsProps, SvgProps } from '../interfaces/Icons';
export declare const Svg: import("@emotion/styled").StyledComponent<{
    theme?: import("@emotion/react").Theme;
    as?: React.ElementType;
} & SvgProps, React.SVGProps<SVGSVGElement>, {}>;
export declare const Icons: FunctionComponent<IconsProps>;
