import type * as React from "react"; interface UserPreferencesStorageOptionsProps { disabled?: boolean; itwinChecked?: boolean; modelChecked?: boolean; onChange?: (event: React.ChangeEvent) => void; } export declare function UserPreferencesStorageOptions(props: UserPreferencesStorageOptionsProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=UserPreferencesStorageOptions.d.ts.map