import m from 'mithril';
import { SVGAttributes } from '../../svg';
declare const Css3: m.Component<SVGAttributes>;
export default Css3;
