import type { Ref } from '@stacksjs/stx'; /** * Check if a browser feature is supported. * * @param callback - A function that returns true if the feature is supported * @returns A reactive ref indicating support status */ export declare function useSupported(callback: () => boolean): Ref;