import { FC, ReactNode } from 'react'; import { Accent } from './RebrandAlert.types'; declare type Ctx = { accent: Accent; inverted: boolean; children?: ReactNode; }; export declare const AccentProvider: FC; export declare const useAccent: () => Ctx; export {}; //# sourceMappingURL=AccentProvider.d.ts.map