import type { HTMLElementProps } from '../types';
declare const Clippath: import("svelte").Component<HTMLElementProps, {}, "ref">;
type Clippath = ReturnType<typeof Clippath>;
export default Clippath;
