declare const _default: ({ type, textProp }: { type?: string; textProp?: string; }) => JSX.Element; export default _default;