import * as React from 'react';
declare const states: never[];
export type KendoActionsheetContainerProps = {
    children?: React.ReactNode;
};
export type KendoActionsheetContainerState = {
    [K in (typeof states)[number]]?: boolean;
};
export declare const ActionsheetContainer: {
    (props: KendoActionsheetContainerProps & KendoActionsheetContainerState & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
    states: any[];
    options: {};
    className: string;
    defaultOptions: {};
    moduleName: string;
    folderName: string;
};
export default ActionsheetContainer;
