import { SVGProps } from 'react';

declare const Dock: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Dock as default };
