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