export interface VTKLayerPropertiesProps { state: any; ids: string[]; dispatch: (action: object) => void; }