/**
 *
 * [[include:meta/properties.md]]
 *
 * [[include:meta.md]]
 *
 * [[include:meta/usage.md]]
 *
 * [[include:meta/demo.md]]
 *
 */
export declare class Meta {
    static componentPath(component: any): string;
    static componentName(component: any): string;
}
