type SelectorType = 'heading'; export declare const getValue: (index: number, type: SelectorType) => any; declare const BlockSelector: (props: { format: SelectorType; }) => import("react/jsx-runtime").JSX.Element; export default BlockSelector;