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