import { SvgProps } from "./interface";
declare const Svg: import("styled-components").StyledComponent<"svg", import("styled-components").DefaultTheme, SvgProps, never>;
export default Svg;
