/**
 * A hook that gives you access to provided methods for more advanced usage
 */
export declare const useGallery: () => {
    /**
     * Function that opens the gallery at the provided index
     */
    open: (i?: number) => void;
};
