import type { ComponentProps } from 'react'; type LineThroughProps = ComponentProps<'span'> & { isActive?: boolean; }; export declare function LineThrough({ isActive, className, ...props }: LineThroughProps): import("react").JSX.Element; export declare namespace LineThrough { var displayName: string; } export {}; //# sourceMappingURL=LineThrough.d.ts.map