import { AnyRecord, IJSX, StyledComponentProps } from '@codeleap/styles'; import { SortablePhoto, SortablePhotosProps } from './types'; export * from './styles'; export * from './types'; /** * Must be wrapped in its own GestureHandlerRootView to avoid gesture conflicts with any * parent ScrollView or gesture handler; nesting GestureHandlerRootView is intentional here. */ export declare const SortablePhotos: { (props: SortablePhotosProps): import("react/jsx-runtime").JSX.Element; styleRegistryName: string; elements: string[]; rootElement: string; withVariantTypes(styles: S): (props: StyledComponentProps, typeof styles>) => IJSX; defaultProps: Partial>; }; //# sourceMappingURL=index.d.ts.map