import { StaticImageData } from 'next/image';
type SvgModule = StaticImageData | string;
export declare const PHXScreens: Record<string, SvgModule>;
export {};
