export interface GetDestinationDirOptions { componentsRoot: string; componentName: string; cwd: string; } export default function getDestinationDir(options: GetDestinationDirOptions): string;