import { IconProps } from '@radix-ui/react-icons/dist/types'; /** * Page Icon */ export declare const PageIcon: ({ color, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;