import type { Slot } from './slot';
export interface Slotted {
    slot(): Slot;
}
