/** * Material design redistributed from https://github.com/Templarian/MaterialDesign-JS * * SVG contents redistributed under MIT License * https://github.com/Templarian/MaterialDesign-JS/blob/master/LICENSE * Copyright 2018 Austin Andrews */ import React from 'react'; import { StyleProp, TextStyle, ViewProps } from 'react-native'; interface Props extends ViewProps { style?: StyleProp; } declare const Error: { (props: Props): React.ReactElement React.ReactElement React.Component)>) | (new (props: any) => React.Component)>; metadata: { height: number; width: number; }; }; export default Error; //# sourceMappingURL=Hash.d.ts.map