export declare const useAutoId: (id: string | undefined) => any;
export declare const isMobilish: () => boolean;
