import type { SVGProps } from "react"; export interface PresentationLineIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function PresentationLineIcon({ className, size, color, ...props }: PresentationLineIconProps): import("react").JSX.Element; //# sourceMappingURL=presentation-line-icon.d.ts.map