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