import * as React from 'react'; import { CommonProps } from '../../utilities'; /** * SectionTitle用のスケルトンイメージのコンポーネントです。 * This component provides a skeleton image of SectionTitle component. */ export declare const SkeletonSectionTitle: React.FC; /** * @deprecated SkeletonSectionTitle を使ってください。 Use SkeletonSectionTitle instead. */ export declare const SkeltonSectionTitle: React.FC;