import * as React from 'react'; declare function AddRow(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof AddRow; export default AddRow;