import { LexSlotAttributes } from '../lex-data-types';
export default class {
    props: LexSlotAttributes;
    constructor(props: LexSlotAttributes);
    definition(): any;
}
