import { ImageViewerProps } from '.';
export declare const requiredProps: ImageViewerProps;
export declare const testkitTests: {
    title: string;
    props: ImageViewerProps;
}[];
export declare const ssrTests: {
    title: string;
    props: ImageViewerProps;
}[];
export declare const a11yTests: {
    title: string;
    props: ImageViewerProps;
}[];
//# sourceMappingURL=ImageViewer.meta.d.ts.map