/**
 * @description {Component} [Table Cell]
 *
 * This component is designed to be added to the table row component
 *
 * @example
 *
 * {html}
 *
 * ```
 *  <td st-table-cell st-table-row-content>
 *      <!-- CELL CONTENT WILL BE HERE -->
 *  </td>
 * ```
 *
 */
export declare class StTableCellComponent {
}
