import { TCameraOptions } from "../../types/scanview.types";
declare const useCustomWidget: (autoSwitchActiveColor?: string, autoSwitchInactiveColor?: string, progressBarColor?: string, widgetBackgroundColor?: string, messageFontSize?: string, messageTextColor?: string, messageBackgroundColor?: string, cameraOptions?: TCameraOptions) => void;
export default useCustomWidget;
