import * as React from 'react'; export interface HorizontalRuleDashedRegularIconProps extends React.SVGProps { size?: number | string; } export declare const HorizontalRuleDashedRegularIcon: React.ForwardRefExoticComponent & React.RefAttributes>;