interface Options { balanceStyle: 'row' | 'stack'; } declare const options: Options; export default options;