import { SVGProps } from "react"; declare const Dock: (props: SVGProps) => JSX.Element; export default Dock;