export * from './desktop'; export * from './touch-pad'; export * from './touch-phone'; declare const _default: { title: string; parameters: { docs: { readme: any; }; }; }; export default _default;