export default function clipPath(data: string, custom: {
    [key: string]: {
        [key: string]: string;
    };
}): string | false;
