import type { ContactShadowsProps } from './types';
declare const ContactShadows: import("svelte").Component<ContactShadowsProps, {
    /**
       * Renders the shadows.
       */ refresh: () => void;
}, "ref">;
export default ContactShadows;
