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