///
interface Props {
selected?: boolean;
}
/**
* 时间选项容器
*/
declare const TimeItemWrapper: import("styled-components").StyledComponent & import("react").RefAttributes>, import("styled-components").DefaultTheme, Props, never>;
export default TimeItemWrapper;