import { ProImageCommonProps, ProImageItem } from './type'; export declare function openProImageSlider(photoItems: ProImageItem[], props: ProImageCommonProps): void;