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