/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ declare namespace APL { export class Radii { public topLeft() : number; public topRight() : number; public bottomRight() : number; public bottomLeft() : number; } }