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