import { KendoComponent } from '../_types/component';
import { KendoLayoutProps } from './layout';
export declare const STACKLAYOUT_CLASSNAME = "k-stack-layout";
export type KendoStackLayoutProps = KendoLayoutProps & {};
export declare const StackLayout: KendoComponent<KendoStackLayoutProps & React.HTMLAttributes<HTMLDivElement>>;
export default StackLayout;
