import React from 'react';
declare type Props = {
    className?: string;
};
declare const Dash: ({ className }: Props) => React.JSX.Element;
export default Dash;
