export type FloatingActionBarProps = {
    children?: React.ReactNode;
    className?: string;
    dataTestId?: string;
};
