import { MaterialComponent } from '@preact-material-components/base/lib/MaterialComponent'; export interface IImageListLabelProps { } export interface IImageListLabelState { } export declare class ImageListLabel extends MaterialComponent { protected componentName: string; protected mdcProps: never[]; protected materialDom(props: any): JSX.Element; }