import * as React from 'react'; import { IconDisplayProps, IconProps } from './types'; export declare const DefaultIconSvg: React.FC; export declare const Svg: import("styled-components").StyledComponent<"svg", import("styled-components").DefaultTheme, IconDisplayProps, never>;