import React from 'react';
import Shape from './Shape';
export default class Path extends Shape<{
    d?: string;
}> {
    static displayName: string;
    render(): React.JSX.Element;
}
//# sourceMappingURL=Path.d.ts.map