interface Props { sources: string | string[]; } export default function FontSource({ sources }: Props): null; export {};