export declare const CSS: {
  characterLimit: string;
  content: string;
  container: string;
  footer: string;
  resizeDisabled: string;
  resizeDisabledX: string;
  resizeDisabledY: string;
  characterOverLimit: string;
  readOnly: string;
  textAreaInvalid: string;
  footerSlotted: string;
  borderColor: string;
  hide: string;
  blockSizeFull: string;
  footerEndSlotOnly: string;
};
export declare const SLOTS: {
  footerStart: string;
  footerEnd: string;
};
export declare const RESIZE_TIMEOUT = 100;
