import ElementWrapper from './index'; import SlotWrapper from '../Slot'; import Block from '../../Block'; export default function create_slot_block(attribute: any, element: ElementWrapper | SlotWrapper, block: Block): Block;