import type { Theme } from '../../_mixins';
declare const rowDark: Theme<'Row'>;
export default rowDark;
export type RowTheme = typeof rowDark;
