import { CspSandboxAllow } from '@shopify/network';
interface Props {
    allowed: CspSandboxAllow | CspSandboxAllow[];
}
export default function Sandbox({ allowed }: Props): null;
export {};
