import { TextProps } from '../../Text'; export declare type ActionSheetDescriptionProps = TextProps; export declare const ActionSheetDescription: (props: ActionSheetDescriptionProps) => JSX.Element;