interface Props {
    sources: string | string[];
}
export default function StyleSource({ sources }: Props): null;
export {};
//# sourceMappingURL=StyleSource.d.ts.map