import React from 'react'; import { ListButtonProps } from './ListButton.type'; /** * ```js * import { ListButton, Addon } from '@rkta/ui' * * * Tiny * 32px * * * ``` */ export declare const ListButton: React.ForwardRefExoticComponent & React.RefAttributes>; //# sourceMappingURL=ListButton.d.ts.map