import { TextBox } from '../types'; export declare const useTextBoxProps: (textBox: TextBox) => { paddingX: number; fontProps: { fontSize: number; fontFamily: string; fontWeight: string; }; };