import { FC } from 'react';
declare const Slot: FC<{
    name?: string;
    children?: any;
}>;
export default Slot;
