import { BoxProps } from '@chakra-ui/react'; import { FC } from 'react'; export declare const CurlyWire: FC<{ primary?: string; secondary?: string; } & BoxProps>; //# sourceMappingURL=CurlyWire.d.ts.map