import { SVGProps } from 'react'; import { SvgPathProps, SvgProps } from './types'; declare const SvgPath: import("styled-components").StyledComponent<"path", import("styled-components").DefaultTheme, SvgPathProps, never>; declare const InnerSvg: import("styled-components").StyledComponent<"svg", import("styled-components").DefaultTheme, SVGProps & SvgProps, never>; export { SvgPath }; export default InnerSvg;