export declare const TIMELINEFLAGWRAP_CLASSNAME = "k-timeline-flag-wrap";
export type KendoFlagWrapProps = {
    year?: string;
};
export declare const TimelineFlagWrap: {
    (props: KendoFlagWrapProps & React.HTMLAttributes<HTMLLIElement>): import("react/jsx-runtime").JSX.Element;
    states: ("focus" | "selected")[];
    options: {};
    className: string;
    defaultOptions: {
        year: string;
    };
};
export default TimelineFlagWrap;
