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