import { FC } from 'react'; interface SetSelectedPageProps { onChange: (date: any) => void; actionOptions: any; todoOptionKey: string; } declare const SetSelectedPage: FC; export default SetSelectedPage;