export declare function useCookieState(key: string, initialValue?: string): [string, (value: string, options?: {
    days?: number;
}) => void];
