export declare const useOverflow: ({ value, opened, wrap, limit, }: { value: I[]; opened?: boolean; wrap?: boolean; limit?: number; }) => void;