import { LayerComponent } from '../types'; import { TextContentProps } from '.'; export type TextLayerProps = TextContentProps; declare const TextLayer: LayerComponent; export default TextLayer;