declare const PhHeadphones: import("svelte").Component<{
    class?: string;
} & Record<string, any>, {}, "">;
type PhHeadphones = ReturnType<typeof PhHeadphones>;
export default PhHeadphones;
