import type { SourceSpecification } from "../types/style-spec.js"; export type SourceProps = SourceSpecification & { id?: string; children?: any; }; export declare function Source(props: SourceProps): any; //# sourceMappingURL=source.d.ts.map