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