import { TdSwipeCellProps } from './type';
import './style';
export * from './type';
export type SwipeCellProps = TdSwipeCellProps;
export declare const SwipeCell: {
    new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
        content: {
            type: import("vue").PropType<TdSwipeCellProps['content']>;
        };
        default: {
            type: import("vue").PropType<TdSwipeCellProps['default']>;
        };
        disabled: BooleanConstructor;
        left: {
            type: import("vue").PropType<TdSwipeCellProps['left']>;
        };
        opened: {
            type: import("vue").PropType<TdSwipeCellProps['opened']>;
            default: TdSwipeCellProps['opened'];
        };
        right: {
            type: import("vue").PropType<TdSwipeCellProps['right']>;
        };
        onChange: import("vue").PropType<TdSwipeCellProps['onChange']>;
        onClick: import("vue").PropType<TdSwipeCellProps['onClick']>;
    }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
        disabled: boolean;
        opened: boolean | boolean[];
    }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<import("vue").ExtractPropTypes<{
        content: {
            type: import("vue").PropType<TdSwipeCellProps['content']>;
        };
        default: {
            type: import("vue").PropType<TdSwipeCellProps['default']>;
        };
        disabled: BooleanConstructor;
        left: {
            type: import("vue").PropType<TdSwipeCellProps['left']>;
        };
        opened: {
            type: import("vue").PropType<TdSwipeCellProps['opened']>;
            default: TdSwipeCellProps['opened'];
        };
        right: {
            type: import("vue").PropType<TdSwipeCellProps['right']>;
        };
        onChange: import("vue").PropType<TdSwipeCellProps['onChange']>;
        onClick: import("vue").PropType<TdSwipeCellProps['onClick']>;
    }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
        disabled: boolean;
        opened: boolean | boolean[];
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
    content: {
        type: import("vue").PropType<TdSwipeCellProps['content']>;
    };
    default: {
        type: import("vue").PropType<TdSwipeCellProps['default']>;
    };
    disabled: BooleanConstructor;
    left: {
        type: import("vue").PropType<TdSwipeCellProps['left']>;
    };
    opened: {
        type: import("vue").PropType<TdSwipeCellProps['opened']>;
        default: TdSwipeCellProps['opened'];
    };
    right: {
        type: import("vue").PropType<TdSwipeCellProps['right']>;
    };
    onChange: import("vue").PropType<TdSwipeCellProps['onChange']>;
    onClick: import("vue").PropType<TdSwipeCellProps['onClick']>;
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
    disabled: boolean;
    opened: boolean | boolean[];
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin;
export default SwipeCell;
