import { BlockOptions } from '../Container/BlockItemInner'; import { SelectWrapperProps } from '../../../../Select'; type SelectBlockProps = SelectWrapperProps & { blockOptions: BlockOptions; }; export declare const SelectBlock: (props: SelectBlockProps) => import("react/jsx-runtime").JSX.Element; export {};