declare namespace _default { namespace placeholder { let backgroundSize: string; let backgroundRepeat: string; let position: string; } namespace img { let width: string; let height: string; let maxWidth: string; let marginBottom: string; } namespace icon { let position_1: string; export { position_1 as position }; export let top: string; export let left: string; export let transform: string; export let textAlign: string; } namespace noscript { let position_2: string; export { position_2 as position }; let top_1: number; export { top_1 as top }; let left_1: number; export { left_1 as left }; } } export default _default;