/// declare type LineProps = { color: string; }; export declare const Line: ({ color }: LineProps) => JSX.Element; export {};