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