export function getDeclaredProps({ truncatedPath }: { truncatedPath: any; }): any; export function getExpressionsInView({ truncatedPath }: { truncatedPath: any; }): any[]; export function getPositivePropsFromStories({ truncatedPath, declaredProps }: { truncatedPath: any; declaredProps: any; }): any; export function getMessagesFromConditionalProps(propsDefs: any): string;