import React from 'react'; import { Records } from '@justaname.id/react'; export interface SelectSubnameItemProps { subname: Records; selectedSubname: string; onClick: () => void; isPrimary?: boolean; } export declare const SelectSubnameItem: React.FC; //# sourceMappingURL=index.d.ts.map