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