import { FunctionalComponent } from "../stencil-public-runtime"; type MatProps = { outline?: boolean; }; /** * Helper component to generate material icon output. It is also used * to identify which icons are used in the application to create smaller * font files for integration in offline HTML files. */ export declare const MatIcon: FunctionalComponent; export {};