export declare const FloatingActionBarContainer: import("@emotion/styled").StyledComponent & import("../../types/slot").SlotCommonProps & import("./FloatingActionBar.types").FloatingActionBarSlotsAndSlotProps & { orientation?: "horizontal" | "vertical"; size?: "small" | "medium" | "large"; disabled?: boolean; } & Omit, HTMLDivElement>, "ref"> & { ref?: React.Ref; }, "size" | "disabled" | keyof import("../../types/slot").SlotCommonProps | "orientation" | keyof import("./FloatingActionBar.types").FloatingActionBarSlotsAndSlotProps>, React.DetailedHTMLProps, HTMLDivElement>, {}>;