export declare const days: {
    label: string;
    value: string;
}[];
export declare const periods: {
    label: string;
    value: string;
}[];
