import type { FlagAPI } from './flag-provider';
/**
 * useFlags is used to access the `showFlags` function which can be used to programmatically display flags.
 * - [Examples](https://atlassian.design/components/flag/flags-provider/examples#using-showflags)
 */
export declare function useFlags(): FlagAPI;
