export interface ToolbarSpacerProps {
  dataTestId?: string;
  id?: string;
  className?: string;
}
