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