import React from 'react'; import type { TdActionSheetProps } from './type'; import { StyledProps } from '../common'; export interface ActionSheetProps extends TdActionSheetProps, StyledProps { } export declare const ActionSheet: React.FC; export default ActionSheet;