/// <reference types="lodash" />
interface UseComponentPropsParams {
    componentName: string;
    fileName: string;
}
export declare const useComponentProps: ({ componentName, fileName, }: UseComponentPropsParams) => import("lodash").Dictionary<any>;
export {};
