import type { PathIconProps } from './PathIcon'; declare const StyledSVG: import("styled-components").StyledComponent<"svg", any, PathIconProps, never>; export { StyledSVG }; export default StyledSVG;