export declare function appPublishComponent(props: {
    yes: boolean;
    name?: string;
    excludes?: string[];
}): Promise<string>;
//# sourceMappingURL=app-publish-component.d.ts.map