import type { ReactElement } from 'react'; import type { DashProps } from './types'; export declare const Dash: ({ style, dashGap, dashLength, dashThickness, dashColor, dashStyle, }: DashProps) => ReactElement; export default Dash; //# sourceMappingURL=Dash.d.ts.map