export declare const setGeneratedPropArgs: () => { 'Generated Props': { description: string; }; namedProps: { control: { type: string; }; description: string; }; variableProps: { control: { type: string; }; description: string; }; spaceProps: { control: { type: string; }; description: string; }; }; export declare const getGeneratedPropArgs: (props: any) => any;