/// export interface InlineButtonsContextProps { mode?: 'plain' | 'bezeled' | 'gray'; } export declare const InlineButtonsContext: import("react").Context; //# sourceMappingURL=InlineButtonsContext.d.ts.map