import { BoxStylingProps } from '../../Box'; export interface ActionSheetDividerProps extends Pick { } export declare const ActionSheetDivider: ({ tx }: ActionSheetDividerProps) => JSX.Element;