import { ShowtimeBottomSheetProps, ShowtimeSheetSnap } from '../ShowtimeBottomSheet'; export interface ShowtimeRevealBottomSheetProps extends Pick { revealHeight?: number; revealSnapKeys?: ShowtimeSheetSnap[]; revealClass?: string; headerClass?: string; bodyClass?: string; } export declare const DEFAULT_SHOWTIME_REVEAL_BOTTOM_SHEET_PROPS: { headerDragOnly: false; handleVisible: true; contentEdgeSnap: true; contentEdgeSnapThreshold: number; snapAnimation: true; entranceAnimation: true; panelRadius: number; panelBackground: string; snapSettleTolerance: number; revealHeight: number; revealSnapKeys: ShowtimeSheetSnap[]; revealClass: string; headerClass: string; bodyClass: string; };