export declare enum InitialFocus {
    FIRST_ITEM = "first",
    LAST_ITEM = "last"
}
