import { SVGAttributes } from './types';
declare const defaultAttributes: SVGAttributes;
export default defaultAttributes;
