import type { BottomSheetProps } from '../components/bottomSheet'; /** * @todo * replace this with `prop-types`. */ export declare const usePropsValidator: ({ index, snapPoints, enableDynamicSizing, topInset, bottomInset, }: BottomSheetProps) => void;