import { VisualHelpers } from './src/visual-helpers'; declare const visualHelpers: VisualHelpers; const StyleguideCell = visualHelpers.StyleguideCell; const StyleguideFrame = visualHelpers.StyleguideFrame; const StyleguideDeviceFrame = visualHelpers.StyleguideDeviceFrame; const StyleguideDeviceRange = visualHelpers.StyleguideDeviceRange; const StyleguideGroup = visualHelpers.StyleguideGroup; const StyleguidePlaceholder = visualHelpers.StyleguidePlaceholderr; const getImageUrl = visualHelpers.getImageUrl; export { StyleguideCell, StyleguideFrame, StyleguideDeviceFrame, StyleguideDeviceRange, StyleguideGroup, StyleguidePlaceholder, getImageUrl, };