// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 /** * EmptyCol returns an empty col. * @returns An empty col */ export default function EmptyCol(): JSX.Element { return  ; }