interface PeriodContextProps { periodId: string; firstFocus: boolean; restProps?: any; } export declare const PeriodContext: import("react").Context; export declare const usePeriodContext: () => PeriodContextProps; export {};