/// <reference types="react" />
import { SheetHeaderProps } from "../sheet";
export interface ActionSheetHeaderProps extends SheetHeaderProps {
}
export default function ActionSheetHeader(props: ActionSheetHeaderProps): JSX.Element;
