import ClipComponent, { ClipProps } from './component'; export { ClipComponent }; export default function Clip(props: ClipProps): string;