type Props = { bookCloseIncompleteInfo: string; bookCloseUnderReviewInfo: string; doubleStarredPeriod: string[]; starredPeriod: string[]; }; export declare const StarredInformation: (props: Props) => import("react/jsx-runtime").JSX.Element; export {};