import { IconProps } from '../lib';
declare function TrafficSign(props: IconProps): JSX.Element;
export default TrafficSign;
