import { SVGIconProps } from "./SVGIconProps";
declare function DocsIcon(props: SVGIconProps): import("react/jsx-runtime").JSX.Element;
export default DocsIcon;
