export declare function useActiveLayout(): { layout: import("../DataList.types").LayoutRenderer | undefined; activeBreakpoint: "xs" | "sm" | "md" | "lg" | "xl"; };