import type { Props } from './types';
/**
 * [Go to docs](https://flowbite-svelte-icons.codewithshin.com/)
 * ## Props
 * @prop size = ctx.size || 'md'
 * @prop color = ctx.color || 'currentColor'
 * @prop title
 * @prop desc
 * @prop class: className
 * @prop ariaLabel = 'rectangle list solid'
 * @prop ...restProps
 */
declare const RectangleListSolid: import("svelte").Component<Props, {}, "">;
type RectangleListSolid = ReturnType<typeof RectangleListSolid>;
export default RectangleListSolid;
