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