/** * Material design redistributed from https://github.com/google/material-design-icons * * SVG contents redistributed under Apache License 2.0: * https://github.com/google/material-design-icons/blob/master/LICENSE * Copyright 2015 Google, Inc. All Rights Reserved. */ import React from 'react'; import { StyleProp, TextStyle, ViewProps } from 'react-native'; interface Props extends ViewProps { style?: StyleProp; } declare const Document: { (props: Props): React.ReactElement React.ReactElement React.Component)>) | (new (props: any) => React.Component)>; metadata: { height: number; width: number; }; }; export default Document; //# sourceMappingURL=Document.d.ts.map