import type { JSONOutput } from 'typedoc';
export interface FlagsProps {
    flags?: JSONOutput.ReflectionFlags;
}
export declare function Flags({ flags }: FlagsProps): import("react").JSX.Element | null;
//# sourceMappingURL=Flags.d.ts.map