export type SkeletonContainerProperties = {
    /**
     * Skeleton label (read by screen readers).
     * Defaults to "Content is loading"
     */
    screenReaderLabel?: string;
};
