import type { TSESTree } from '@typescript-eslint/types';
import type { Type } from './types/type';
export declare class ComponentProps {
    private props;
    constructor(props: TSESTree.Parameter);
    get type(): Type;
}
//# sourceMappingURL=componentProps.d.ts.map