import { Orientation } from '../../interfaces';
export declare class ClaItem {
  orientate: Orientation;
  hostData(): {
    class: Orientation;
  };
  render(): any[];
}
