export type NoCameraModalConfig = {
    title?: string;
    instructions?: string;
    settingsButton?: string;
};
