import { type SheetHeaderProps } from "../sheet"; export interface ActionSheetHeaderProps extends SheetHeaderProps { } export default function ActionSheetHeader(props: ActionSheetHeaderProps): JSX.Element;