/// <reference types="react" />
import Shape from './Shape';
export default class ClipPath extends Shape<{}> {
    static displayName: string;
    render(): JSX.Element;
}
