export declare classDuetLayout {
/**
* Reference to host HTML element.
*/
element: HTMLElement;
/**
* Layout variation. Can be one of: one-column, two-column.
*/
variation: string;
/**
* render() function
* Always the last one in the class.
*/render(): any;
}