declare const defaultFutureFlags: {
    removeCardWidth: boolean;
    removeDefaultMargin: boolean;
};
export type FutureFlags = typeof defaultFutureFlags;
export declare const futureFlagsInjectionKey: unique symbol;
export declare function provideFutureFlags(flags: FutureFlags | undefined): void;
export declare function useFutureFlags(): FutureFlags;
export {};
