/// export interface Props { baseWidth?: number; } declare const StyledTextSkeleton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLSpanElement>, Props>>; export default StyledTextSkeleton;