import { DefaultSlotProp } from '../types';
/**
 * slots
 */
export interface Slots {
    content: DefaultSlotProp;
    hidden: DefaultSlotProp;
}
