import { Accessor } from 'solid-js'; declare function createSize(ref: Accessor): { width: Accessor; height: Accessor; }; export { createSize };