/// export default function StaticAndDynamic({ isDynamic, onChange, }: { onChange?: (v: boolean) => void; isDynamic?: boolean; }): JSX.Element;