export * from './color';
export * from './size';
export * from './playground';
export * from './simple';
export * from './withStyles';
export * from './withText';
declare const _default: {
title: string;
parameters: {
docs: {
readme: any;
};
};
};
export default _default;