import type React from 'react'
import type Slack from '@slack/bolt'
export declare function blocks(
  element: React.ReactNode
): Slack.types.KnownBlock[]
