import { KendoTileLayoutProps } from '../tilelayout.spec';
declare const variants: {
    name: string;
    title: string;
}[];
export declare const TilelayoutDemo: {
    (props: KendoTileLayoutProps & {
        variant?: (typeof variants)[number]["name"];
    }): import("react/jsx-runtime").JSX.Element;
    options: any;
    states: any;
    variants: {
        name: string;
        title: string;
    }[];
    defaultOptions: any;
    modifiers: any[];
    className: string;
};
export default TilelayoutDemo;
