export type PreviewModeToolbarProps = Record<string, unknown>

export function PreviewModeToolbar(props: PreviewModeToolbarProps) {
  const {} = props
  return null
}
