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