import { SlotRegistry } from './registry'; export declare class Slot { static withType(): (registerFn: () => string) => SlotRegistry; } export type SlotProvider = (registerFn: () => string) => SlotRegistry;