export declare const useSelectedLayers: () => { selectedLayerIds: string[]; selectedLayers: import("../types").Layer[]; };