/// export interface Props { color: string; } export default function Frame({ color }: Props): JSX.Element | null; //# sourceMappingURL=Frame.d.ts.map