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