export default function landscapeFaceMaskFrame(data: {
    color: string;
    thickness: number;
}): string;
