interface Props {
    scripts?: boolean;
    styles?: boolean;
}
export default function RequireSriFor({ scripts, styles }: Props): null;
export {};
